home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KJF2.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.0 KB  |  77 lines

  1. REM    Jetfighter II / Jetfighter II Operation Lightning Storm by Velocity
  2. REM
  3. REM  This ADV will allow you to perform all flight operations from the HOTAS.
  4. REM
  5. REM               Written and Tested by Ed Bowser - December, 1993
  6. REM
  7. REM  Base Switch Settings
  8. REM  Black Hat switch = Digital
  9. REM  Red Switch       = Digital
  10. REM
  11. REM  Game Settings: Those with 486/66 CPU's (perhaps even 486/50) will have to
  12. REM  slow down the CPU before JF2 will run.  I disable CPU caching for my
  13. REM  486/66 VLB and it works fine.  You can try other options such as running
  14. REM  in Non-Turbo mode, or running a CPU slow-down TSR.
  15. REM
  16. REM  NOTE: TO THRUSTMASTER GAME CARD USERS!  I discovered that when I slowed
  17. REM  my CPU, I had to speed up my Game Card with the speed dial.
  18. REM
  19.  
  20.  MDEF KJF2
  21.  
  22. @DigitalThrottle
  23.  
  24. BTN UB TargetSelect
  25.  
  26. BTN MB WeaponSelect
  27.  
  28. BTN LB SpeedBrake
  29.  
  30. BTN HU ZoomIn
  31.  
  32. BTN HR RightRudder
  33.  
  34. BTN HD ZoomOut
  35.  
  36. BTN HL LeftRudder
  37.  
  38. BTN 1 /U Flares
  39.       /M Chaff
  40.       /D FollowMeCMD
  41.  
  42. BTN 2 /U ECMJammer
  43.       /M ECMJammer
  44.       /D AttackCMD
  45.  
  46. BTN 3 /U RadarRangeCycle
  47.       /M RadarRangeCycle
  48.       /D HoldPositionCMD
  49.  
  50. BTN 4 /U LeftMFDToggle
  51.       /M LeftMFDToggle
  52.       /D ToggleIntExtView
  53.  
  54. BTN 5 /U RightMFDCycle
  55.       /M RightMFDCycle
  56.       /D /T Eject
  57.          /T Eject
  58.  
  59. BTN 6 /T LandingGear
  60.       /T ArrestorHook
  61.  
  62. BTN MT /P /N ShutEngines
  63.        /R StartEngines
  64.  
  65. REM
  66. REM                               NOTE:
  67. REM
  68. REM This file works ONLY with the NEW chip and MICROCODE for the MARK II WCS!
  69. REM
  70. REM If you do not have the NEW chip and MICROCODE, contact THRUSTMASTER at
  71. REM (503) 639-3200 and find out how to get the upgrade!!!
  72. REM
  73. REM How can you tell if you have the new chip and microcode?  From the
  74. REM C:\MARK2 DOS prompt, type: DIR MK2LOAD.EXE then hit ENTER. If you receive
  75. REM the message: "File not found", then you have the OLD microcode version
  76. REM that uses the program DOWNLOAD.EXE to load files into the WCS MARK II.
  77.